From: Deepak Goel Date: Fri, 13 Mar 2009 20:33:27 +0000 (+0000) Subject: m-v corrections. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1276 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b1bbebb5a25a2696e256cc04ef2ada920f93f312;p=emacs.git m-v corrections. --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 20fd68aa959..549bf4abe63 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -79,7 +79,7 @@ 'float-time (if (featurep 'xemacs) (lambda () - (multiple-value-bind (s0 s1 s2) (current-time) + (multiple-value-bind (s0 s1 s2) (values-list (current-time)) (+ (* (float (ash 1 16)) s0) (float s1) (* 0.0000001 s2))))))) (defalias 'flymake-replace-regexp-in-string